home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / misc / rgbpch.lha / rgbpch / README < prev    next >
Text File  |  1999-04-15  |  550b  |  20 lines

  1.  
  2. This is a small patch to solve a typical A1200 bug. This is the maximum
  3. intensity white color on vga monitors. the color FF FF FF (255,255,255)
  4. sometimes flashing when it's mixed with black (0,0,0) color.
  5.  
  6. This patch patches the following functions in graphics.library:
  7.  
  8.     - LoadRGB32()
  9.     - SetRGB32()
  10.     - SetRGB32CM()
  11.  
  12. And if someone wants to set a color $ff,$ff,$ff, then rgbpch changes it to
  13. $fe,$fe,$fe.
  14.  
  15. I do not use it on normal Amiga side, but it is useful with ShapeShifter,
  16. or Fusion, or other tools, when you cannot set the colors.
  17.  
  18. bye
  19. gega
  20.